﻿/* Example styles used for individual CSSPropertyxxx */
p.examplecssbackground {background: red url(NematrianLogo.png) top left no-repeat;}
p.examplecssbackgroundattachment {background-image: url(NematrianLogo.png); background-attachment: fixed;}
p.examplecssbackgroundblendmode {background-image: url(NematrianLogo.png); background-blend-mode: color-dodge;}
p.examplecssborder {border: thin solid blue;}
p.examplecssborderbottom {border-bottom: thin solid red;}
p.examplecssborderbottomcolor {border-bottom-color: red;}
p.examplecssborderbottomleftradius {border-bottom-left-radius: 10px 5px;}
p.examplecssborderbottomrightradius {border-bottom-right-radius: 10px 5px;}
p.examplecssborderbottomstyle {border-bottom-style: dashed;}
p.examplecssborderbottomwidth {border-bottom-width: thick;}
table.examplecssbordercollapse {border-collapse: collapse;}
p.examplecssbordercolor {border-color: red;}
p.examplecssborderleft {border-left: thin solid red;}
p.examplecssborderleftstyle {border-left-style: dashed;}
p.examplecssborderleftcolor {border-left-color: red;}
p.examplecssborderleftstyle {border-left-style: dashed;}
p.examplecssborderleftwidth {border-left-width: thick;}
p.examplecssborderright {border-right: thin solid red;}
p.examplecssborderrightcolor {border-right-color: red;}
p.examplecssborderrightstyle {border-right-style: dashed;}
p.examplecssborderrightwidth {border-right-width: thick;}
table.examplecssborderspacing {border-spacing: 10px;}
p.examplecssborderstyle {border-style: dashed;}
p.examplecssbordertop {border-top: thin solid red;}
p.examplecssbordertopcolor {border-top-color: red;}
p.examplecssbordertopleftradius {border-top-left-radius: 10px 5px;}
p.examplecssbordertoprightradius {border-top-right-radius: 10px 5px;}
p.examplecssbordertopstyle {border-top-style: dashed;}
p.examplecssbordertopwidth {border-top-width: thick;}
table.examplecsscaptionside {caption-side: bottom;}
p.examplecssboxshadow {box-shadow: 5px 10px 15px red inset;}
p.examplecsscolor {color: red;}
span.examplecssmargin{margin: 20px;}
span.examplecssmarginbottom{margin-bottom: 20px;}
span.examplecssmarginleft{margin-left: 20px;}
span.examplecssmarginright{margin-right: 20px;}
span.examplecssmargintop{margin-top: 20px;}